Skip to content

Conversation

Gonzalo-Avalos-Ribas
Copy link
Contributor

@Gonzalo-Avalos-Ribas Gonzalo-Avalos-Ribas commented Sep 24, 2024

Adding normalizeGraphObjectKey to createMockExecutionContext. This previously made executeStepWithDependencies to not call the normalizeGraphObjectKey declared in the invocationConfig. That made some integrations behave differently when running tests than when actual collection running.

@Gonzalo-Avalos-Ribas Gonzalo-Avalos-Ribas requested a review from a team as a code owner September 24, 2024 18:21
@@ -65,6 +65,7 @@ export async function executeStepWithDependencies(params: StepTestConfig) {
entities: preContext.jobState.collectedEntities,
relationships: preContext.jobState.collectedRelationships,
setData: preContext.jobState.collectedData,
normalizeGraphObjectKey: invocationConfig.normalizeGraphObjectKey,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only change, only affects executeStepsWithDependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant